翻訳と辞書
Words near each other
・ Prunet, Ardèche
・ Prunet, Cantal
・ Prunet, Haute-Garonne
・ Prunet-et-Belpuig
・ Prunetin
・ Prunetto
・ PruneYard Shopping Center
・ Pruneyard Shopping Center v. Robins
・ Pruni
・ Prunicolor
・ Prunier
・ Pruniers
・ Pruniers-en-Sologne
・ Prunin
・ Pruning
Pruning (decision trees)
・ Pruning (disambiguation)
・ Pruning (morphology)
・ Pruning poem
・ Pruning shears
・ Prunières
・ Prunières, Hautes-Alpes
・ Prunières, Isère
・ Prunières, Lozère
・ Prunișor
・ Pruno
・ Pruno (Cilento)
・ Pruno (disambiguation)
・ Pruno, Haute-Corse
・ Prunoy


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Pruning (decision trees) : ウィキペディア英語版
Pruning (decision trees)

Pruning is a technique in machine learning that reduces the size of decision trees by removing sections of the tree that provide little power to classify instances. Pruning reduces the complexity of the final classifier, and hence improves predictive accuracy by the reduction of overfitting.
==Introduction==
One of the questions that arises in a decision tree algorithm is the optimal size of the final tree. A tree that is too large risks overfitting the training data and poorly generalizing to new samples. A small tree might not capture important structural information about the sample space. However, it is hard to tell when a tree algorithm should stop because it is impossible to tell if the addition of a single extra node will dramatically decrease error. This problem is known as the horizon effect. A common strategy is to grow the tree until each node contains a small number of instances then use pruning to remove nodes that do not provide additional information.〔Tevor Hastie, Robert Tibshirani, and Jerome Friedman. The Elements of Statistical Learning. Springer: 2001, pp. 269-272〕
Pruning should reduce the size of a learning tree without reducing predictive accuracy as measured by a cross-validation set. There are many techniques for tree pruning that differ in the measurement that is used to optimize performance.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Pruning (decision trees)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.